FillImageReferencePosition Enumeration

Represents alignment of an image in the filling area.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum FillImageReferencePosition

Members

TopLeft0 Image aligned with the top-left of the filling area.
Top1 Image aligned with the top of the filling area.
TopRight2 Image aligned with the top-right of the filling area.
Left3 Image aligned with the left of the filling area.
Center4 Image aligned with the center of the filling area.
Right5 Image aligned with the right of the filling area.
BottomLeft6 Image aligned with the bottom-left of the filling area.
Bottom7 Image aligned with the bottom of the filling area.
BottomRight8 Image aligned with the bottom-right of the filling area.
None9 None.

See Also